home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / misc / PCQ_Incl3v1.lha / Exec / ExecName.i < prev    next >
Encoding:
Text File  |  1994-04-15  |  163 b   |  10 lines

  1. {
  2.     ExecName.i for PCQ Pascal
  3.  
  4.     This file just defines the name of the exec library, which is
  5.     rarely used anyway.
  6. }
  7.  
  8. const
  9.     EXECNAME    = "exec.library";
  10.